Home

Operator Usage

Name

while

Description

while( condition ):
    statements ...
end:

while condition is |yes>, compile and run the given statements


Examples


See also

if, for, op-for, op-sfor, test-while.sw3

Operator type

statement